/*======================
    Sandbox Styles
=======================*/
#pqForm{
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: auto;
}



#pqForm ul{
    list-style-type: none;
    margin:0;
    padding:0;
}

#pqForm ul li{
    width:100%;
    margin:0;
    padding:15px 0;
}

#pqForm ul li label{
    width:100%;
    display:block;
    margin-bottom:3px;
}

label.title{font-weight: bold;}

#pqForm ul li input,
#pqForm ul li select{
    width:100%;
} 

#pqForm ul li input.radio,
#pqForm ul li input.checkbox{
    width:auto;
    vertical-align: middle;
    /*margin-top:3px;*/
    border:none;
}

#pqForm ul li textarea{
    width:50%;
    height:120px;
}

#pqForm ul li table{
    padding:0;
    margin:0;
    border:none;
}

#pqForm ul li td{
    vertical-align: top;
    padding: 10px 10px 0 0;
}

td.cb_cell{ width: 5%; }
td.label_cell{ width: 45%; }

#pqForm label.error{
    display: block;
    width:0;
    height:0;
    display: none;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}

#pqForm .err > label{
    color:red;
}

#submitFrame{
    width:0;
    height:0;
    left:0;
    top:-1px;
    border:none;
    position: absolute;
}

.submit{
    cursor: pointer;
}

.messages{
    display: none;
}

.messages > ul {
    margin: 0;
    padding: 15px;
}

.messages > ul li{
    margin: 0;
    padding-left: 15px;
}

.messages h2{
    font-size: 16px;
}

.messages h2, .messages h3, .messages h4{
    margin:10px 0;
}

.messages a{
    color:blue;
}

/*======================
    Custom Styles
=======================*/

#form-container{
    /*width: 546px; --interferes with iFrame*/
    padding: 10px 6% 10px;
    color: #666;
    min-height: 35px;
    background-color: #E6E3E5;
    /*
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -moz-box-shadow: 0px 0px 4px 2px #666;
    -webkit-box-shadow: 0px 0px 4px 2px #666;
    box-shadow: 0px 0px 4px 2px #666;
    */
}
    


#pqForm ul li input, #pqForm ul li select{
    clear: both;
    display: block;
    border: 1px solid #999;
    width: 96%;
    padding: 4px 1%;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#pqForm ul li label{
clear: both;
display: block;
}

#pqForm ul li input.submit{
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding-right: 40px;
    text-transform: uppercase;
    border-radius: 0;
}

.loader{
    position: relative;
}

#stock{
    padding-top:10px;
}

.popupform {
    margin: 0 auto;
    width: 571px;
}

.popupform {
    margin: 0 auto;
    width: 571px;
}

.asset{
    display: none;
    color: #666;
    line-height: 18px;
    font-size: 13px;
}
.asset h3{
    font-size: 15px;
    margin: 0 0 15px;
}
.asset a {
    text-decoration: none;
    color: inherit;
}

.asset strong {
    display: block;
    font-size: 16px;
    padding-top: 5px 0;
}

.asset img{
    width:100%;
    max-width: 496px;
}

.privacy{
    font-size: .85em;
    margin: 15px 0;
}

@media screen and (max-width:639px){
    td.cb_cell, td.label_cell{ display: inline-block;}
    td.cb_cell{ width: 5%; padding-right: 3% !important;}
    td.label_cell{ width: 92%; padding-right: 0 !important;}
}